func go.pact.im/x/goupdate.newSectionIndentWriter

2 uses

	go.pact.im/x/goupdate (current package)
		textgen.go#L17: 	gen := &textGenerator{newSectionIndentWriter(w, "    ")} // four space indent
		textgen.go#L332: func newSectionIndentWriter(wr io.Writer, pre string) *sectionIndentWriter {